home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
rt.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
1KB
|
41 lines
<search function="rt">
<name>Rotten Tomatoes</name>
<description>
Search for movie info and reviews on RottenTomatoes.com.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>rt Shawshank Redemption</td></tr>
</table>
</description>
<category>Entertainment</category>
<link>http://www.rottentomatoes.com/</link>
<contributor>Sarah Sweeney</contributor>
<email>sarah@designshift.com</email>
<form name="rtmf"
action="http://www.rottentomatoes.com/search/movie.php"
method="post">
<input type="hidden" name="search"/>
</form>
<script><![CDATA[
function rt(q, switches)
{
if( nullArgs("rt",q) )
return false;
if( q == "" )
openSearchWindow("http://www.rottentomatoes.com/");
else
{
document.rtmf["search"].value = q;
submitForm(rtmf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>